The Imagick class
PHP Manual

Imagick::getSize

(PECL imagick 2.0.0)

Imagick::getSizeReturns the size associated with the Imagick object

Descripción

array Imagick::getSize ( void )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Returns the size associated with the Imagick object as an array with the keys "columns" and "rows".

Valores retornados

Returns the size associated with the Imagick object as an array with the keys "columns" and "rows".


The Imagick class
PHP Manual